home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-05 | 844 b | 24 lines | [TEXT/GEOL] |
- Item 7784759 4-Oct-89 16:43
-
- From: LANGSTON1 Langston, Jeff,CLA
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: DoRead, DoWrite request
-
- The application I am working on needs to use the resource fork to store some
- information. MacApp supports this and allows the application to open the
- resource fork. But when DoRead is called the resource fork reference number is
- not passed in; only the data fork reference number.
-
- No problem just get it from the document object, but ReadFromFile hasn't set
- 'fRsrcRefNum' yet. A similiar situation exists for DoWrite i.e. the data fork
- file reference is passed in but not the resource fork reference number.
-
- My request is that both DoRead and DoWrite have the resource fork reference
- number passed in.
-
- Thanks,
- Phil King
-
-